projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c475337
)
gnus-art.el (article-make-date-line): Fix last change.
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 31 Jan 2011 02:55:13 +0000
(
02:55
+0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 31 Jan 2011 02:55:13 +0000
(
02:55
+0000)
lisp/gnus/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-art.el
b/lisp/gnus/gnus-art.el
index 7fba44816c142c02ed10c40a77692a92d5349201..71e9e18e682c9345313e5aa4ecfdb900fd7cb8c5 100644
(file)
--- a/
lisp/gnus/gnus-art.el
+++ b/
lisp/gnus/gnus-art.el
@@
-3479,8
+3479,8
@@
possible values."
(defun article-make-date-line (date type)
"Return a DATE line of TYPE."
- (unless (memq type '(local ut original user iso8601 lapsed english
- combined-lapsed
user-defined
))
+ (unless (memq type '(local ut original user
-defined
iso8601 lapsed english
+ combined-lapsed))
(error "Unknown conversion type: %s" type))
(condition-case ()
(let ((time (date-to-time date)))